<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; 
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*����*/
.clear {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}


@font-face {
	font-family:"Number DIN";
	font-weight:200;
	font-style:normal;
	src:url(../font/DIN.eot);
	src:url(../font/DIN.eot?#iefix) format("eot"),url(../font/DIN.woff2) format("woff2"),url(../font/DIN.woff) format("woff"),url(../font/DIN.ttf) format("truetype"),url(../font/DIN.svg) format("svg")
}
/*ȫ��*/
html,body,td,th {
	color: #333;
	line-height:22px;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	font-family: "微软雅黑", "microsoft yahei", Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul,ol,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;}button,input,select,textarea{font-size:100%;}ul,ol{
	padding: 0px;
}
body {position:relative;}

/*#transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
#transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/

#transform {transition: all 300ms ease-in 0ms;}
#transform * {transition: all 300ms ease-in 0ms;}

#transform:before,
#transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
#transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}

/*.transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
.transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/
.transform {transition: all 300ms ease-in 0ms;}
.transform * {transition: all 300ms ease-in 0ms;}
.transform:before,
.transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
.transform:hover img {transform: scale(1.1);-we
bkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
/*-------------*/
/*tot*/
#header {width:100%;}
#header .tp_main {width:1198px;height:110px;margin:0 auto;border-left:1px solid #fff;border-right:1px solid #e0e0e0;}
#header .tp_main .logo {padding-left:25px;float:left;}
#header .tp_main .Hotline {padding:28px 25px;border-left:1px solid #e0e0e0;float:right;}
#header .tp_main .Hotline h4 {height:22px;line-height:22px;background:url(../images/hotline_inc.jpg) no-repeat left center;font-size:18px;color:#333;font-style:normal;padding-left:19px;}
#header .tp_main .Hotline h2 {height:32px;line-height:32px;font-size:30px;color:#ef8304;font-family:"Number DIN";font-weight:bold;font-style:italic;text-transform: uppercase;}
 
#header .link_nav {width:100%;height:60px;background-color:#04458b;}
#header .link_nav ul {width:1200px;height:60px;margin:0 auto;}
#header .link_nav ul li {width:150px;height:60px;line-height:60px;float:left;text-align:center;position:relative;}
#header .link_nav ul li a.nav_size {font-size:17px;color:#fff;}
#header .link_nav ul li:hover { background-color:#ef8304;}
#header .link_nav ul .sele {background-color:#ef8304;}

#header .link_nav ul li .sub_bx {width:180px;background-color:#04458b;padding:0 20px;position:absolute;z-index:99;top:60px;left:0;border-left:1px #2a619c solid;border-right:1px #2a619c solid;border-bottom:1px #3f819e solid;}
#header .link_nav ul li .sub_bx a {display:block;height:48px;line-height:48px;font-size:16px;color:#c6e5f7;overflow:hidden;border-bottom:1px #2a619c solid;}
#header .link_nav ul li .sub_bx a:last-child {border-bottom:0px;}

#header .shadow {width:100%;height:38px;background: url(../images/tp_bg_1.png) repeat-x top;}
/*ind*/
.indx_banner {width:100%;height:550px;position:relative;/*background:no-repeat center center;background-size:auto 100%;*/}
.indx_banner .swiper-banner {width:100%;height:550px;}
.indx_banner .swiper-banner .swiper-slide {background:no-repeat center center;background-size:auto 100%;}
.indx_banner .swiper-banner .swiper-button-prev {width:98px;height:34px;border:1px solid #fff;background:url(../images/left_bn_1.png) no-repeat center center;opacity: .8;left:100px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-prev:hover {border:1px solid #ff742b;background:#ff742b url(../images/left_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-button-next {width:98px;height:34px;border:1px solid #fff;background:url(../images/right_bn_1.png) no-repeat center center;opacity: .8;left:200px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-next:hover {border:1px solid #ff742b;background:#ff742b url(../images/right_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-pagination {bottom:146px;left:100px;width:200px;font-size:40px;color:#fff;height:50px;line-height:50px;font-weight:100;text-align:left;background:url(../images/hr_bn_1.png) no-repeat 34px center;}
.indx_banner .swiper-banner .swiper-pagination span {opacity: .8;}
.indx_banner .swiper-banner .swiper-button-prev:after,
.indx_banner .swiper-banner .swiper-button-next:after {display:none;}


.w1020 {width:1020px; margin-left:auto; margin-right:auto;}
.w1100 { width:1100px; margin:0px auto;}
.w1200 { width:1200px; margin:0px auto;}
.w1300 { width:1300px; margin:0px auto;}

#index { width:100%; padding:0px 0px 0px 0px;}

#index .titlt { width:100%;height:78px;text-align:center;margin-bottom:40px;}
#index .titlt h2 {height:44px;line-height:44px;font-size:40px;color:#ef8304;line-height:44px;margin-bottom:12px;}
#index .titlt h2 .f1 {color:#333;font-weight:normal;margin-right:10px;}
#index .titlt h3 {display:inline-block;height:22px;line-height:22px;font-size:18px;color:#6c6c6c;font-weight:normal;position:relative;}
#index .titlt h3:before {content:'';width:50px;height:1px;background-color:#ef8304;position:absolute;left:-75px;top:50%;}
#index .titlt h3:after {content:'';width:50px;height:1px;background-color:#ef8304;position:absolute;right:-75px;top:50%;}

#index .titlt_1 { width:100%;height:78px;text-align:center;margin-bottom:40px;}
#index .titlt_1 h2 {height:44px;line-height:44px;font-size:40px;color:#ef8304;line-height:44px;margin-bottom:12px;}
#index .titlt_1 h2 .f1 {color:#fff;font-weight:normal;margin-right:10px;}
#index .titlt_1 h3 {display:inline-block;height:22px;line-height:22px;font-size:18px;color:#c8c8c8;font-weight:normal;position:relative;}
#index .titlt_1 h3:before {content:'';width:50px;height:1px;background-color:#ef8304;position:absolute;left:-75px;top:50%;}
#index .titlt_1 h3:after {content:'';width:50px;height:1px;background-color:#ef8304;position:absolute;right:-75px;top:50%;}

#index .more_1 {width:214px;height:54px;position:relative;overflow:hidden;margin:40px auto 0 auto;}
#index .more_1 a {display:block;height:50px;line-height:50px;width:155px;text-align:center;border:2px solid #ef8304;font-size:18px;color:#ef8304;background:url(../images/t_m_a_1.png) no-repeat 155px center;padding-right:55px;position:absolute;left:0;top:0;z-index:2;}
#index .more_1:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #ef8304;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:1;
}
#index .more_1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border: solid;
  border-width: 0 0 0 0;
  border-color: transparent #ef8304 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
}
#index .more_1:hover a {color:#fff;background:url(../images/t_m_a_1a.png) no-repeat 155px center;}
#index .more_1:hover:before {border-width: 135px 0 0 135px;}
#index .more_1:hover:after {border-width: 0 135px 135px 0;}


#index .hot_cp {width:100%;padding:50px 0;background-color:#f5f5f5;}
#index .hot_cp .cont {width:1200px;margin:0 auto;}
#index .hot_cp .cont .class {width:100%;height:38px;margin-bottom:30px;text-align:center;}
#index .hot_cp .cont .class ul li {display:inline-block;height:38px;line-height:38px;font-size:18px;padding:0 20px;position:relative;margin-right:20px;border-radius:19px;-moz-border-radius:19px;}
#index .hot_cp .cont .class ul li:after {content:'';width:12px;height:1px;text-align:center;background-color:#000;position:absolute;right:-16px;top:50%;}
#index .hot_cp .cont .class ul li:last-child:after {display:none;}
#index .hot_cp .cont .class ul .show_off {color:#333;background:none;}
#index .hot_cp .cont .class ul .show_on {color:#fff;background-color:#04458b;}
#index .hot_cp .cont .htcp {width:100%;height:510px;background-color:#fff;}
#index .hot_cp .cont .htcp .text {width:510px;height:430px;float:left;padding:40px 45px;}
#index .hot_cp .cont .htcp .text h2 {height:32px;line-height:32px;margin-bottom:30px;}
#index .hot_cp .cont .htcp .text h2 a {font-size:28px;color:#333;}
#index .hot_cp .cont .htcp .text p {font-size:16px;color:#666;line-height:26px;margin-bottom:30px;}
#index .hot_cp .cont .htcp .text .m_bx {width:100%;height:34px;}
#index .hot_cp .cont .htcp .text .m_bx a.more_m {width:110px;height:34px;line-height:34px;background-color:#ef8304;font-size:15px;color:#fff;text-align:center; float:left;margin-right:50px;border-radius:17px;-moz-border-radius:17px;}
#index .hot_cp .cont .htcp .text .m_bx a.more_c {width:106px;height:30px;line-height:30px;border:2px solid #ef8304;font-size:15px;color:#333;text-align:center; float:left;border-radius:17px;-moz-border-radius:17px;}
#index .hot_cp .cont .htcp .img {width:600px;height:510px;float:left;overflow:hidden;}


#index .id_mid_banner {width:100%;height:260px;background:url(../images/id_banner_1.jpg) no-repeat center center;}


#index .product { width:100%; padding:50px 0 20px 0;}
#index .product .cont {width:1200px;margin:0 auto;}
#index .product .cont .category {width:300px;float:left;}
#index .product .cont .category h2 {width:100%;height:70px;line-height:70px;font-size:24px;color:#fff;background-color:#00356f;text-indent:30px;}
#index .product .cont .category h2 span {font-size:14px;font-weight:normal;padding-left:4px;}
#index .product .cont .category ul {width:100%;background-color:#04458b;padding:15px 0;}
#index .product .cont .category ul li {height:54px;line-height:54px;padding:0 20px 0 50px;position:relative;/*border-bottom:1px #2a619c solid;*//*margin:0 20px;*/}
#index .product .cont .category ul li:before {content:'·';width:25px;height:48px;line-height:48px;font-size:30px;color:#fff;position:absolute;left:30px;top:0;}
#index .product .cont .category ul li:after {content:'';width:calc(100% - 60px);width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);height:1px;background-color:#2a619c;position:absolute;left:30px;bottom:0}
#index .product .cont .category ul li a {font-size:17px;color:#fff;}
#index .product .cont .category ul li:hover {background-color:#00356f;}
#index .product .cont .category ul li:hover:after {background:none;}
#index .product .cont .cp_bx {width:890px;float:left;padding-left:10px;}
#index .product .cont .cp_bx ul li.hot {width:415px;margin-left:30px;float:left;background-color:#f5f5f5;margin-bottom:30px;}
#index .product .cont .cp_bx ul li.hot .img {width:387px;height:380px;margin:14px;overflow:hidden;}
#index .product .cont .cp_bx ul li.hot .txt {padding:25px;background-color:#e8e8e8;}
#index .product .cont .cp_bx ul li.hot .txt h2 {height:28px;line-height:28px;margin-bottom:20px;overflow:hidden;}
#index .product .cont .cp_bx ul li.hot .txt h2 a {font-size:24px;color:#333;}
#index .product .cont .cp_bx ul li.hot .txt p {height:96px;font-size:15px;color:#565656;line-height:24px;margin-bottom:22px;}
#index .product .cont .cp_bx ul li.hot .txt .m_bx {width:100%;height:42px;}
#index .product .cont .cp_bx ul li.hot .txt .m_bx a.more_m {width:150px;height:42px;line-height:42px;background-color:#ef8304;font-size:16px;color:#fff;text-align:center;float:left;margin-right:30px;border-radius:21px;-moz-border-radius:21px;}
#index .product .cont .cp_bx ul li.hot .txt .m_bx a.more_c {width:146px;height:38px;line-height:38px;border:2px solid #ef8304;font-size:16px;color:#333;text-align:center;float:left;background-color:#fff;border-radius:21px;-moz-border-radius:21px;}
#index .product .cont .cp_bx ul li.hot:hover .txt h2 a {color:#ef8304;}
#index .product .cont .cp_bx ul li.hot .txt .m_bx a.more_c:hover {border:2px solid #ef8304;background-color:#ef8304;color:#fff;}

#index .product .cont .cp_bx ul li.list {width:415px;margin-left:30px;float:left;background-color:#f5f5f5;margin-bottom:30px;}
#index .product .cont .cp_bx ul li.list .img {width:387px;height:380px;margin:14px;overflow:hidden;}
#index .product .cont .cp_bx ul li.list h2 {width:100%;height:54px;line-height:54px;background-color:#e8e8e8;text-align:center;overflow:hidden;}
#index .product .cont .cp_bx ul li.list h2 a {font-size:18px;color:#333;font-weight:normal;}
#index .product .cont .cp_bx ul li.list:hover {background-color:#04458b;}
#index .product .cont .cp_bx ul li.list:hover h2 { background-color:#013f5a;}
#index .product .cont .cp_bx ul li.list:hover h2 a {color:#fff;}


#index .youshi {width:100%;padding:50px 0;background:url(../images/ys_bg.jpg) no-repeat center center;}
#index .youshi .cont {width:1200px;height:984px;margin:0 auto;}
#index .youshi .cont ul li {width:578px;height:470px;position:relative;float:left;}
#index .youshi .cont ul li .img {width:450px;height:350px;position:absolute;z-index:9;overflow:hidden;}
#index .youshi .cont ul li .txt {width:380px;height:172px;padding:41px 40px;background-color:#f0f0f0;position:absolute;z-index:10;}
#index .youshi .cont ul li .txt h2 {height:30px;line-height:30px;font-size:26px;color:#333;}
#index .youshi .cont ul li .txt em {display:block;width:60px;background-color:#c9c9c9;height:4px;margin:18px 0 16px 0;}
#index .youshi .cont ul li .txt p {height:104px;font-size:16px;color:#727272;line-height:26px;}
#index .youshi .cont ul #ys_1 { margin-right:44px;margin-bottom:44px;}
#index .youshi .cont ul #ys_1 .img {left:0;top:0;}
#index .youshi .cont ul #ys_1 .txt {right:0;bottom:0;}
#index .youshi .cont ul #ys_2 {margin-bottom:44px;}
#index .youshi .cont ul #ys_2 .img {top:0;right:0;}
#index .youshi .cont ul #ys_2 .txt {left:0;bottom:0;}
#index .youshi .cont ul #ys_3 {margin-right:44px;}
#index .youshi .cont ul #ys_3 .img {left:0;bottom:0;}
#index .youshi .cont ul #ys_3 .txt {right:0;top:0;}
#index .youshi .cont ul #ys_4 {}
#index .youshi .cont ul #ys_4 .img {right:0;bottom:0;}
#index .youshi .cont ul #ys_4 .txt {left:0;top:0;}
#index .youshi .cont ul li:hover .txt {background-color:#04458b;}
#index .youshi .cont ul li:hover .txt h2 {color:#fff;}
#index .youshi .cont ul li:hover em {background-color:#80bfce;}
#index .youshi .cont ul li:hover .txt p {color:#fff;}



#index .anli {width:100%;padding:50px 0;}
#index .anli .cont {width:1200px;height:336px;margin:0 auto;}
#index .anli .cont ul li {width:374px; height:336px;float:left;position:relative;margin-right:39px;}
#index .anli .cont {width:1200px;margin:0 auto;}
#index .anli .cont ul li:last-child {margin-right:0;}
#index .anli .cont ul li .img {width:100%;height:290px;overflow:hidden;}
#index .anli .cont ul li h2 {width:264px;height:52px;line-height:26px;padding:20px 35px;position:absolute;background-color:#f5f5f5;z-index:10;bottom:0;left:20px;display:table-cell;vertical-align:middle;}
#index .anli .cont ul li h2 a {font-size:18px;color:#666;font-weight:normal;}
#index .anli .cont ul li:hover h2 {background-color:#04458b;}
#index .anli .cont ul li:hover h2 a {color:#FFF;}


#index .about {width:100%;padding:50px 0;background-color:#f2f2f2;}
#index .about .cont {width:1200px;height:650px;margin:0 auto;}
#index .about .cont .us_jianje {width:480px;height:650px;float:left;margin-right:30px;background-color:#04458b;overflow:hidden;border-radius:0 0 50px 0;-moz-border-radius:0 0 50px 0;}
#index .about .cont .us_jianje .img {width:100%;height:390px;overflow:hidden;}
#index .about .cont .us_jianje .txt {padding:30px 35px 26px 35px;}
#index .about .cont .us_jianje .txt h2 {height:34px;line-height:34px;font-size:30px;color:#fff;font-weight:normal;margin-bottom:14px;background:url(../images/inc_id_t_1.png) no-repeat left center;padding-left:22px;}
#index .about .cont .us_jianje .txt p {height:156px;font-size:16px;color:#fff;line-height:26px;overflow:hidden;}

#index .about .cont .us_wenhua {width:380px;height:650px;float:left;margin-right:30px;background-color:#04458b;overflow:hidden;border-radius:0 0 50px 0;-moz-border-radius:0 0 50px 0;}
#index .about .cont .us_wenhua .img {width:100%;height:330px;overflow:hidden;}
#index .about .cont .us_wenhua .txt {padding:30px 35px 26px 35px;}
#index .about .cont .us_wenhua .txt h2 {height:34px;line-height:34px;font-size:30px;color:#fff;font-weight:normal;margin-bottom:14px;background:url(../images/inc_id_t_1.png) no-repeat left center;padding-left:22px;}
#index .about .cont .us_wenhua .txt p {height:260px;font-size:16px;color:#fff;line-height:26px;overflow:hidden;}

#index .about .cont .us_info {width:280px;height:650px;float:left;background-color:#dcdcdc;overflow:hidden;border-radius:0 0 50px 0;-moz-border-radius:0 0 50px 0;}
#index .about .cont .us_info .txt {padding:30px 35px 26px 35px;}
#index .about .cont .us_info .txt h2 {height:34px;line-height:34px;font-size:30px;color:#333;font-weight:normal;margin-bottom:14px;background:url(../images/inc_id_t_2.png) no-repeat left center;padding-left:22px;}
#index .about .cont .us_info .txt p {height:182px;font-size:16px;color:#686868;line-height:26px;overflow:hidden;}
#index .about .cont .us_info .txt ul { margin-bottom:14px;}
#index .about .cont .us_info .txt ul li {height:30px;line-height:30px;font-size:16px;color:#333;background:url(../images/inc_id_t_3.jpg) no-repeat left center;padding-left:22px;}
#index .about .cont .us_info .img {width:100%;height:200px;overflow:hidden;}

#index .about .us_num {width:1200px;height:84px;padding:34px 0 0 0;margin:0 auto;}
#index .about .us_num ul {width:1200px;margin:0 auto;}
#index .about .us_num ul li {width:20%;text-align:center;float:left;}
#index .about .us_num ul li .num {color:#333;font-size:40px;line-height:54px;height:54px;font-weight:bold;}
#index .about .us_num ul li p {font-size:15px;color:#878686;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;}


#index .news { width:100%; padding:40px 0;}
#index .news .cont { width:1200px; margin:0 auto;}
#index .news .cont ul {width:370px;float:left;background: url(../images/news_lin_bg.jpg) no-repeat left 259px;}
#index .news .cont ul .tit { width:100%; height:140px; padding-bottom:10px;}
#index .news .cont ul li.hot { width:100%; padding-bottom:5px;}
#index .news .cont ul li.hot h2 { font-size:20px; color:#191919; line-height:34px;}
#index .news .cont ul li.hot h2 a {font-size:20px; color:#191919;}
#index .news .cont ul li.hot p { font-size:12px; color:#999; line-height:24px; height:48px;}
#index .news .cont ul li.list {height:44px; line-height:44px; border-bottom:1px #e6e6e6 dotted; margin-left:26px; font-size:14px; color:#555;overflow:hidden;}
#index .news .cont ul li.list a {font-size:14px; color:#555;}
#index .news .cont .mr_45 { margin-right:45px;}







.kstd_bx { background-color:#f2f3f7; width:100%; padding:30px 0;}
.kstd_bx .cont { width:1100px; margin:0 auto;}
.kstd_bx .cont .tit_bt {height:30px;width:100%;background: url(../images/kstd_bg_02.jpg) repeat-x center center; margin-bottom:30px;}
.kstd_bx .cont .tit_bt h3 {width:195px; height:30px; margin:0 auto; background-color:#f2f3f7;}
.kstd_bx .cont .text { border:1px #bcbebd solid;}
.kstd_bx .cont .text .class_list_1 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_1 h2 { padding-top:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666; float:left;display: block;}
.kstd_bx .cont .text .class_list_1 ul {padding:20px 20px 0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_1 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_1 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_2 { height:40px; width:100%;}
.kstd_bx .cont .text .class_list_2 h2 {height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_2 ul {padding:0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_2 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_2 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_3 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_3 h2 { padding-bottom:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_3 ul {padding:0 20px 20px 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_3 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_3 ul li a {font-size:14px; line-height:40px;color:#666;}



#index a.more1 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -440px;
	display: block;
}
#index a.more1:hover {color: #0063a7;text-decoration: none;}
#index a.more2 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -478px;
	display: block;
}
#index a.more2:hover {color: #0063a7;text-decoration: none;}

#index a.more3 {
	font-size:14px;
	color:#323232;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:20px;
	float:right;
	background-image: url(../images/more_ic.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#index a.more3:hover {color: #FF3300;text-decoration: none;}





/*footer*/
#footer {width:100%;background-color:#04458b;}
#footer .info {width:1200px;margin:0 auto;padding:70px 0;}
#footer .info .contact {width:310px;float:left;padding-right:50px;font-size:17px;color:#bfbdbd;line-height:32px;}
#footer .info .links {width:205px;float:left;padding-right:50px;}
#footer .info .messages {width:330px;float:left;}
#footer .info h2 {height:30px;line-height:30px;font-size:24px;color:#fff;font-weight:normal;}
#footer .info h2 a {font-size:24px;color:#fff;}
#footer .info .text {font-size:17px;color:#bfbdbd;line-height:32px;margin-top:25px;}
#footer .info ul {margin-top:25px;}
#footer .info ul li {height:38px;font-size:17px;color:#bfbdbd;line-height:38px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#footer .info ul li a {font-size:17px;color:#bfbdbd;}
#footer .info .form_mess {width:100%;margin-top:25px;}
#footer .info .form_mess .input {width:290px;height:24px;background-color:#2a2a2a;font-size:16px;color:#fff;line-height:24px;padding:10px 20px;margin-bottom:12px;}
#footer .info .form_mess .content {width:290px;height:72px;background-color:#2a2a2a;font-size:16px;color:#fff;line-height:24px;padding:10px 20px;margin-bottom:12px;}
#footer .info .form_mess .submit {height:44px;width:134px;background-color:#ef8304;font-size:16px;color:#fff;line-height:44px;text-align:center;}
#footer .info .form_mess input,
#footer .info .form_mess textarea {resize:none;border:none;outline:none;}

#footer .bottom {width:100%;background-color:#555;padding:22px 0;font-size:15px;color:#fff;line-height:26px;}
#footer .bottom .cont {width:1320px;margin:0 auto;}
#footer .bottom a {font-size:15px;color:#fff;line-height:26px;}

</pre></body></html>